/* BEGIN styles for infobox [infobox] */

div.infoboxframe {
    padding: 0 0 0 40px;
    display: table;
    background: url(../images/icons/dentcloud_info2.png) top 7px left no-repeat;
}

span.infoboxtext {
}

/* END styles for infobox [infobox] */

/* BEGIN styles for quote-tip [tip] */

#main .tipframe, #main .tip {
	height: 90%;
	width: 85%;
}

#main .tipframe {
	padding: 0 0 0 29px;
	background: url(../images/tip_poke.png) top 30px left no-repeat;
}

#main .tip {
	padding: 7% 7% 10% 7%;
	position: relative;
	display: block;
	border: 1px solid #F1F1F1;
	background: #D7ECED;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-family: exolight, Arial, sans-serif;
	font-weight: normal;
	font-size: 19px;
	line-height: 1.5;
	color: #007D90;
}

#main a.tipcontact {
	display: block;
	position: absolute;
	bottom: 10px;
	right: 5px;
	margin: 0 25px 10px 0;
	text-decoration: none;
	width: 30px;
	height: 20px;
	color: #007D90;
	display: block;
	background: url(../images/tip_acontact.png) top -22px right 0 no-repeat;
}

#main a:hover.tipcontact {
	background: url(../images/tip_acontact.png) top 0 right 0 no-repeat;
}

#main .tipcontact a:hover {
	color: #FF0000;
}

/* END styles for quote-tip [tip] */

/* BEGIN styles for quote-tip [button] */

#main a.button {
    font-weight: normal;
    padding: 7px 15px 7px 15px;
    margin: 20px 15px 0 0;
    background: #63b2bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #63b2bd 0%, #008193 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b2bd), color-stop(100%,#008193)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #63b2bd 0%,#008193 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #63b2bd 0%,#008193 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #63b2bd 0%,#008193 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #63b2bd 0%,#008193 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b2bd', endColorstr='#008193',GradientType=0 ); /* IE6-9 */
    float: right;
    color: #fff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#main a.button:hover {
    background: #008193;
}

/* END styles for quote-tip [button] */


/* BEGIN styles for quote-tip [teaser] */

#main div.teaserframe {
    margin: 0 20px 5px 0;
    width: auto;
/*    background: #80CCD6;
    border: 1px solid #63B2BD;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

#main span.teaser {
    font-family:  exolight_italic, Arial, Helvetica, sans-serif;
    font-size: 120%;
    color: #007D90;
}

/* BEGIN styles for quote-tip [teaser] */


/* BEGIN styles for quote-tip [shoutout] */

#main .shoutoutframe {
    padding: 10px 0 10px 0;
    display: table;
    width: 100%;
}

#main span.shoutout {
    font-family:  exoregular, Arial, Helvetica, sans-serif;
    font-size: 140%;
    font-weight: normal;
    color: #008193;
    display: block;
    width: 70%;
    margin-top: 15px;
    float: left;
}

#main a.shoutoutlink {
    font-weight: normal;
    padding: 10px 15px 10px 15px;
    background: #63b2bd; /* Old browsers */
    background: -moz-linear-gradient(top,  #63b2bd 0%, #008193 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#63b2bd), color-stop(100%,#008193)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #63b2bd 0%,#008193 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #63b2bd 0%,#008193 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #63b2bd 0%,#008193 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #63b2bd 0%,#008193 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#63b2bd', endColorstr='#008193',GradientType=0 ); /* IE6-9 */
    color: #fff;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    display: block;
    float: right;
}

#main a.shoutoutlink:hover {
    background: #008193;
}

/* END styles for quote-tip [shoutout] */

/* BEGIN styles for teaser-img [teaser_img] */

#main div.teaserimgframe {
    position: relative;
    margin: 0 0 50px 0;
}

#main div.teaserimgframe img {
    border: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    vertical-align: bottom;
}

#main div.teaser-info {

}

#main div.teaserimgframe a, #main div.teaserimgframe a:hover {
    text-decoration: none;
    color: #fff;
    font-weight: normal;
}

#main div.teaserimgframe a {
    display: block;
}

#main div.teaserimgtext {
    color: #fff;
    height: 30px;
    width: 270px;
    position: absolute;
    bottom: -35px;
    padding: 5px 15px 0 15px;
    border-top: 1px solid #8E8A85;
    background: #E6A732;
    border-radius: 0 0 5px 5px;
    opacity: 1.0;
}

#main div.teaseroverlay {
    padding: 5px 15px 0 15px;
    border-radius: 0 0 5px 5px;
}

/* END styles for teaser-img [teaser_img] */


/* BEGIN vertical tabs [vtab_section] */

#vtab {
    margin-top: 20px;
    width: 100%;
    position: relative;
}
#vtab .vtabtoggle {
    width: 20%;
    top: 0px;
    left: 0px;
    border-bottom: 1px dotted #A9A9A9;
}
#vtab .vtabtogglespan {
    font-size: 14px;
    cursor: pointer;
    display: block;
    padding: 5px 0 5px 10px;
}
#vtab .vtabtogglespan:hover {
    color: #A9A9A9;
}
#vtab .vtabcontent {
    width: 75%;
    float: right;
    top: 0px;
    right: 0px;
}
#vtab h1 {
    margin: 0 0 15px 0;
    padding: 0;
}
#vtab img {
    margin-top: 0px;
}

#vtab img.alignright {
    margin-bottom: 20px;
}
#vtab .selected {
    color: #BB0430;
}

/* END vertical tabs [vtab_section] */